.mini-menu .menu-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 1; /* gradient abaixo do menu */
}

.mini-menu {
    bottom: 60px; /* encostado no topo da borda gradient */
    z-index: 2; /* acima do gradient */
}

.carousel-inner img {
    width: 100%;
}

#mainCarousel {
    position: relative;
    overflow: hidden;
}
.btn-u-anuncie img,
.cont-anuncie img {
  max-width: 100%;
  height: auto;
}


.parallax-section {
      position: relative;
      height: 100vh;
      background-image: url('https://plus.unsplash.com/premium_photo-1669927131902-a64115445f0f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8Y2lkYWRlJTIwJUMzJUEwJTIwbm9pdGV8ZW58MHx8MHx8fDA%3D');
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 2rem;
      text-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.normal-section {
      padding: 80px 20px;
      background-color: #f4f4f4;
      text-align: center;
}

.dados-destaque {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px;
  justify-content: center;
}

.destaque-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 300px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.destaque-card:hover {
  transform: translateY(-5px);
}

.destaque-counter {
  font-size: 2.2rem;
  font-weight: bold;
  color: #007BFF;
}

.destaque-label {
  font-size: 1.1rem;
  margin-top: 5px;
  color: #333;
  font-weight: 600;
}

.destaque-desc {
  margin-top: 15px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
}

.paralax-services img{
    width: 250px;
    padding: 30px;
}

.main-footer {
  background-color: #000;
  display: inline;
  color: #fff;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.footer-area {
  flex: 1 1 300px;
  margin: 20px;
}

.footer-area h4 {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.footer-area p,
.footer-area ul {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-area ul {
  list-style: none;
  padding: 0;
}

.footer-area ul li {
  margin-bottom: 8px;
}

.footer-area ul li a {
  color: #ccc;
  text-decoration: none;
}

.footer-area ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.social-icons a {
  color: #ccc;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

.parallax-section {
  position: relative;
  min-height: 100vh;
  background-image: url('https://plus.unsplash.com/premium_photo-1669927131902-a64115445f0f?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8Y2lkYWRlJTIwJUMzJUEwJTIwbm9pdGV8ZW58MHx8MHx8fDA%3D');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  text-align: center;
}

.main-footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-area {
  flex: 1 1 300px;
  min-width: 250px;
}

.footer-area h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.footer-area p,
.footer-area ul {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-area ul li {
  margin-bottom: 8px;
}

.footer-area ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-area ul li a:hover {
  color: #fff;
}

.social-icons a {
  color: #ccc;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

.whatsapp-fixo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #25d366;
  text-decoration: none;
  color: white;
  font-size: 28px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}

.whatsapp-fixo:hover {
  background-color: #1ebe5d;
  text-decoration: none;
}


@media (max-width: 768px) {
  /* Ajusta altura do carousel para mobile */
  .carousel-inner img {
    object-fit: cover;
  }

  #mainCarousel {
    height: auto;
  }

  /* Corrige posição do mini menu no mobile */
  .mini-menu {
    bottom: 30px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .mini-menu .menu-item {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }

  /* Navbar responsiva */
  .navbar-brand img {
    width: 80px;
  }

  .navbar-nav .nav-link {
    padding: 10px;
    text-align: center;
  }

  /* Footer responsivo */
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
  
  .footer-area {
    text-align: center;
    margin: 10px 0;
  }

  .dados-destaque {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .destaque-card {
    width: 100%;
    padding: 20px;
  }

  .destaque-counter {
    font-size: 1.8rem;
  }

  .destaque-label {
    font-size: 1rem;
  }

  .destaque-desc {
    font-size: 0.9rem;
  }

  .parallax-section {
    background-attachment: scroll; /* melhor para mobile */
    min-height: auto;
    padding: 60px 20px;
  }

  .paralax-services {
    flex-direction: column;
    align-items: center;
  }

  .paralax-services img {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-area {
    margin-bottom: 0px;
  }

  .social-icons a {
    margin-right: 10px;
  }

  .btn-u-anuncie img,
    .cont-anuncie img {
    max-width: 60%;
    height: auto;
    }
}
